-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: re-add object store primary storage phpunit tests #48235
Conversation
d22b132
to
15f5266
Compare
@@ -0,0 +1,121 @@ | |||
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors | |||
# SPDX-License-Identifier: MIT | |||
name: PHPUnit primary object store |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is what object-storage-s3.yml should do so I would not add a new one but just enable more tests there then.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The object-storage-*
tests test the implementation of the object store. This tests how the/any object store integrates with the rest of the system
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this is more of an integration test?
But what I meant is why not just add this as a step to the other workflow. Then one would only need to configure all services once and less work if something changes.
Signed-off-by: Robin Appelman <[email protected]>
…store otherwise this causes confusion down the line as it's contents will be moved to the new cache Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
e37cfa2
to
3e12e1e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense :)
/backport to stable29 |
backport for 28 has been merged into #48213 |
This was removed with #41003 but the object store related tests that were migrated there are not equivalent.